AHipAudioSource

Undocumented in source.

Members

Functions

clean
AHipAudioSource clean()
Undocumented in source.
clip
IHipAudioClip clip()
Undocumented in source. Be warned that the author may not have intended to support it.
clip
IHipAudioClip clip(IHipAudioClip newClip)
Undocumented in source. Be warned that the author may not have intended to support it.
getFreeBuffer
void* getFreeBuffer()
Undocumented in source.
getProgress
float getProgress()
Undocumented in source.
length
float length()
Undocumented in source. Be warned that the author may not have intended to support it.
length
float length(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
panning
float panning()
Undocumented in source. Be warned that the author may not have intended to support it.
panning
float panning(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
bool pause()
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
float pitch()
Undocumented in source. Be warned that the author may not have intended to support it.
pitch
float pitch(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
play
bool play()
Undocumented in source. Be warned that the author may not have intended to support it.
play_streamed
bool play_streamed()
Undocumented in source. Be warned that the author may not have intended to support it.
position
float[3] position()
Undocumented in source. Be warned that the author may not have intended to support it.
position
float[3] position(float[3] value)
Undocumented in source. Be warned that the author may not have intended to support it.
pullStreamData
void pullStreamData()
Undocumented in source.
stop
bool stop()
Undocumented in source. Be warned that the author may not have intended to support it.
time
float time()
Undocumented in source. Be warned that the author may not have intended to support it.
time
float time(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
volume
float volume()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
float volume(float value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_clip
IHipAudioClip _clip;
Undocumented in source.
_length
float _length;
Undocumented in source.
_loop
bool _loop;
Undocumented in source.
_panning
float _panning;
Undocumented in source.
_pitch
float _pitch;
Undocumented in source.
_position
float[3] _position;
Undocumented in source.
_time
float _time;
Undocumented in source.
_volume
float _volume;
Undocumented in source.
isDirty
bool isDirty;
Undocumented in source.
isPaused
bool isPaused;
Undocumented in source.
isPlaying
bool isPlaying;
Undocumented in source.
maxDistance
float maxDistance;
Undocumented in source.
referenceDistance
float referenceDistance;
Undocumented in source.
rolloffFactor
float rolloffFactor;
Undocumented in source.

Meta